home *** CD-ROM | disk | FTP | other *** search
- ////////////////////////
- // AlertPanel
- // by Charles Lloyd
- ////////////////////////
-
- AlertTable: WOGenericContainer {
- elementName = "table";
- border = borderSize;
- width = tableWidth;
- };
-
- AlertString: FontString {
- value = alertString;
- fontColor = alertFontColor;
- fontSize = alertFontSize;
- };
-
- InfoString: FontString {
- value = infoString;
- fontColor = infoFontColor;
- fontSize = infoFontSize;
- };
-
- Comment: WOConditional {
- condition = NO;
- };
-